Platform Explorer / Nuxeo Platform 5.8

Contribution org.nuxeo.dam.core.types--types

This contribution is part of XML component org.nuxeo.dam.core.types inside nuxeo-dam-jsf-5.8.jar

Extension Point

Extension point types of component LifeCycleService.

Contributed Items

  • <types>
          <type name="AssetLibrary">default</type>
          <type name="DamSearch">default</type>
          <!-- For backward  compatibility on old types -->
          <type name="ImportRoot">default</type>
          <type name="ImportFolder">default</type>
          <type name="ImportSet">default</type>
        </types>

XML Source

<extension point="types" target="org.nuxeo.ecm.core.lifecycle.LifeCycleService">
    <types>
      <type name="AssetLibrary">default</type>
      <type name="DamSearch">default</type>
      <!-- For backward  compatibility on old types -->
      <type name="ImportRoot">default</type>
      <type name="ImportFolder">default</type>
      <type name="ImportSet">default</type>
    </types>
  </extension>